This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: How to Port ST Connect Plugin to Lotus Notes 8 Beta 3 ~Dean Chuwebergobu 18.Jul.07 03:01 PM a Web browser Developer Toolkits 7.5.1Windows
Yes, you need to package your plug-in a feature and then create the corresponding update site.
You can do this using eclipse and creating a new "Feature Project" from the "Plug-in Development" section. Then open the file feature.xml and select the plug-ins that should be installed.
Then create a new update site for this feature: this will generate a site.xml file that will be used to install the feature and the plug-ins on the Notes client. Click "Build All" from the site.xml/Site map tab to generate the .jar files for the feature and plug-ins.